LongCountPredicateAggregator struct¶
Defined in
Namespace: ReactiveUI.Primitives.Advanced
Assembly: ReactiveUI.Primitives.Core.dll
Full name: ReactiveUI.Primitives.Advanced.LongCountPredicateAggregator<T>
Modifiers: public sealed
Summary¶
Immutable accumulator that counts the values matching a predicate as a Int64.
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481
Class hierarchy
classDiagram
class LongCountPredicateAggregator~T~
class IAggregator~T, long, LongCountPredicateAggregator~T~~ {
<>
}
IAggregator~T, long, LongCountPredicateAggregator~T~~ <|.. LongCountPredicateAggregator~T~
class IEquatable~LongCountPredicateAggregator~T~~ {
<>
}
IEquatable~LongCountPredicateAggregator~T~~ <|.. LongCountPredicateAggregator~T~
Implements: IAggregator
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [LongCountPredicateAggregator](# struct. |
Properties¶
| Name | Summary |
|---|---|
| Result | Gets the terminal result computed from the values folded so far. |
Methods¶
| Name | Summary |
|---|---|
| Add | Folds value into the running state and returns the next accumulator. |
| ToString | |
| GetHashCode | |
| Equals |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |